From: Glenn Morris Date: Thu, 9 Jul 2009 03:04:51 +0000 (+0000) Subject: Use consistent case for "Unicode Standard". X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11576 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3a281c6992df5e2bc153cb4fafe54c84ee4ea51f;p=emacs.git Use consistent case for "Unicode Standard". --- diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index aa82c3db85a..9910740f8af 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi @@ -356,7 +356,7 @@ code point @samp{U+@var{nnnn}} (by convention, Unicode code points are given in hexadecimal). There is a slightly different syntax for specifying characters with code points higher than @code{U+@var{ffff}}: @code{\U00@var{nnnnnn}} represents the character -whose code point is @samp{U+@var{nnnnnn}}. The Unicode standard only +whose code point is @samp{U+@var{nnnnnn}}. The Unicode Standard only defines code points up to @samp{U+@var{10ffff}}, so if you specify a code point higher than that, Emacs signals an error.